PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addPolygon Method
An array of points that define the polygon vertices.
In This Topic
    addPolygon Method
    In This Topic
    Adds a polygon to path.
    Syntax
    public void addPolygon( 
       PDFPoint[] points
    )

    Parameters

    points
    An array of points that define the polygon vertices.
    Exceptions
    ExceptionDescription
    when points parameter is null.
    See Also